DhcpPool holds and manipulates the DHCP pool on the DHCP server.
More...
DhcpPool holds and manipulates the DHCP pool on the DHCP server.
◆ getDefaultRouter()
| ip DhcpPool::getDefaultRouter |
( |
| ) |
|
Returns the default router IP address.
- Returns
- ip, the default router IP address.
◆ getDhcpPoolName()
| string DhcpPool::getDhcpPoolName |
( |
| ) |
|
Returns the name of this pool.
- Returns
- string, the name of this pool.
◆ getDnsServerIp()
| ip DhcpPool::getDnsServerIp |
( |
| ) |
|
Returns the DNS server IP address.
- Returns
- ip, the DNS server IP address.
◆ getDomainName()
| string DhcpPool::getDomainName |
( |
| ) |
|
Returns the domain name.
- Returns
- string, the domain name.
◆ getEndIp()
| ip DhcpPool::getEndIp |
( |
| ) |
|
Returns the end IP address of this pool.
- Returns
- ip, the end IP address of this pool.
◆ getLeaseAt()
Returns the DHCP lease at the specified index.
- Parameters
-
| index,the | index of the DHCP lease of interest. |
- Returns
- DhcpPoolLease, the DhcpPoolLease object at the specified index.
◆ getMaxUsers()
| int DhcpPool::getMaxUsers |
( |
| ) |
|
Returns the maximum number of users.
- Returns
- int, the maximum number of users.
◆ getNetworkAddress()
| ip DhcpPool::getNetworkAddress |
( |
| ) |
|
Returns the network address of this pool.
- Returns
- ip, the network address of this pool.
◆ getStartIp()
| ip DhcpPool::getStartIp |
( |
| ) |
|
Returns the start IP address of this pool.
- Returns
- ip, the start IP address of this pool.
◆ getSubnetMask()
| ip DhcpPool::getSubnetMask |
( |
| ) |
|
Returns the subnet mask of this pool.
- Returns
- ip, the subnet mask of this pool.
◆ getTftpAddress()
| ip DhcpPool::getTftpAddress |
( |
| ) |
|
Returns the IP address of the TFTP server.
- Returns
- ip, the IP address of the TFTP server.
◆ getWlcAddress()
| ip DhcpPool::getWlcAddress |
( |
| ) |
|
◆ setDefaultRouter()
| void DhcpPool::setDefaultRouter |
( |
ip |
| ) |
|
Sets the default router address.
- Parameters
-
| ipAddress,the | IP address of the default router. |
◆ setDnsServerIp()
| void DhcpPool::setDnsServerIp |
( |
ip |
| ) |
|
Sets the DNS server IP address.
- Parameters
-
| ipAddress,the | DNS server IP address. |
◆ setEndIp()
| void DhcpPool::setEndIp |
( |
ip |
| ) |
|
Sets the end IP address for this pool.
- Parameters
-
| ipAddress,the | end IP address for this pool. |
◆ setMaxUsers()
| void DhcpPool::setMaxUsers |
( |
int |
| ) |
|
Set max users.
- Parameters
-
| max,the | maximum number of users. |
◆ setNetworkAddress()
| void DhcpPool::setNetworkAddress |
( |
ip |
| ) |
|
◆ setNetworkMask()
| void DhcpPool::setNetworkMask |
( |
ip |
, |
|
|
ip |
|
|
) |
| |
Sets the network address for this pool.
- Parameters
-
| network,the | network address for this pool. |
| mask,the | subnet mask for this pool. |
◆ setNextAvailableIpAddress()
| void DhcpPool::setNextAvailableIpAddress |
( |
ip |
| ) |
|
◆ setStartIp()
| void DhcpPool::setStartIp |
( |
ip |
| ) |
|
Sets the start IP address for this pool.
- Parameters
-
| ipAddress,the | start IP address for this pool. |
The documentation for this class was generated from the following file: